You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > BitUnpack Method > MatrixInt.BitUnpack Method ([In] TMtxInt, [In] TIntPrecision)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.BitUnpack Method ([In] TMtxInt, [In] TIntPrecision)

Converts Src to packed bit storage.

Syntax
C#
Visual Basic
public TMtxInt BitUnpack([In] TMtxInt Src, [In] TIntPrecision DstPrecision);

If bit at Src[i] <> 0 then Integer (32, 16 or 8bit) at index "i" in the calling vector is set to 1. The storage precision of the calling object is preserved. The size of the calling object is adjusted automatically. Unpack to array with precision other than Int32 is 8x slower.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!